Re: [NTG-context] Arbitrary tag of displayed formula

2017-11-08 Thread Mikael P. Sundqvist
r\star},{\star\star\star}] > \defineformula[star][numberconversion=myset] > > \starttext > \placeformula > \startstarformula > a^4 + b^4 = c^4. > \stopstarformula > > \placeformula > \startstarformula > a^5 + b^5 = c^5. > \stopstarformula > > \placeformula > \startsta

Re: [NTG-context] Arbitrary tag of displayed formula

2017-11-08 Thread Otared Kavian
Hi Mikael, I learned the following from Aditya some time ago, on his website Random Determinism: maybe you can adapt it to your needs. \defineconversion[myset][\star,{\star\star},{\star\star\star}] \defineformula[star][numberconversion=myset] \starttext \placeformula \startstarformula a^4 + b

Re: [NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-12 Thread Jaroslav Hajtmar
Hello Wolfgang. After some searching and experimenting, here is my functional solution. I wrote it into the wiki. I have not found there eg. defineformula command etc Jaroslav Hajtmar \defineformula[MY][ align=left, strut=no, spacebefore=, spaceafter=, ] % so you can

[NTG-context] How to properly put information into contextwiki

2015-03-12 Thread Jaroslav Hajtmar
Hello list. I tried in vain to find some information on how to properly load some things into http://wiki.contextgarden.net/ I tried to insert there thing I have not found there (http://wiki.contextgarden.net/defineformula) but I could not find how to classify this page to a hierarchy

Re: [NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-11 Thread Jaroslav Hajtmar
Thanx Wolfgang for reply. I had no idea that it is possible in this way to change the font size. I could not figure a way for your solution set alignment formulas to right and how work \defineformula and \definestartstop together. After defining a new MY formula in combination with your

[NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-10 Thread Jaroslav Hajtmar
Jaroslav Hajtmar \defineformula[small][ align=right, strut=yes, spacebefore=, spaceafter=, % before={\switchtobodyfont[small]} ] % Here is my fallback solution: \def\Startsmallformula{\startsmallformula\switchtobodyfont[small] } \starttext \startformula \lim\limits_{x

Re: [NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-10 Thread Jaroslav Hajtmar
Thanks Hans for the reply. I take to type some formulas larger font, so that's why I opted to frame their own definition of a formula environment with small print. Switch entire mathematical text on small I don't want. Therefore, I would like to have both: \startformula \stopformula and

Re: [NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-10 Thread Hans Hagen
On 3/10/2015 11:45 PM, Jaroslav Hajtmar wrote: Hello List. I would like some elegant way to diminished font in math formulas... Is there possibility anything as \setupformulas[before={\switchtobodyfont[small]} ]? I need to align formulas, so are not enough to \mathematics {} Below is my

Re: [NTG-context] setupformulas options (or defineformula) and effort to reduce the font in math formulas

2015-03-10 Thread Wolfgang Schuster
Am 11.03.2015 um 00:07 schrieb Jaroslav Hajtmar hajt...@gyza.cz: Thanks Hans for the reply. I take to type some formulas larger font, so that's why I opted to frame their own definition of a formula environment with small print. Switch entire mathematical text on small I don't want.

Re: [NTG-context] displaymath, grid, vertical spacing, setupformulas

2014-10-19 Thread Mikael P. Sundqvist
by myself. I fixed my issue (for now at least) by defining a new formula. If anyone else is interested, the solution is given below. /Mikael \setuplayout[ grid=tolerant, ] \showgrid \setupformulas[ spacebefore=, spaceafter=, ] \defineformula[line][ spacebefore=big, spaceafter=big, ] \starttext

Re: [NTG-context] \abovedisplayskip and \belowdisplayskip

2012-09-06 Thread Aditya Mahajan
=...] or if you only want to change the space around specific formulas \defineformula[big][spacebefore=big,spaceafter=big] and then use \startbigformula ... \stopbigformula. Aditya ___ If your question is of interest